fsck: Kill unused variable
authorColin Walters <walters@verbum.org>
Thu, 27 Oct 2011 19:41:15 +0000 (15:41 -0400)
committerColin Walters <walters@verbum.org>
Thu, 27 Oct 2011 19:41:15 +0000 (15:41 -0400)
src/ot-builtin-fsck.c

index 0ce3cc38c8d29a1fa37854bdc5894e8c5988b17f..766d17fecb2615ca343333b3aea820725465c983 100644 (file)
@@ -101,7 +101,6 @@ ostree_builtin_fsck (int argc, char **argv, const char *prefix, GError **error)
   HtFsckData data;
   gboolean ret = FALSE;
   OstreeRepo *repo = NULL;
-  const char *head;
 
   context = g_option_context_new ("- Check the repository for consistency");
   g_option_context_add_main_entries (context, options, NULL);